index
:
stage.git
main
Simple Text Adventure Game Engine. Create text adventures!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
game.cpp
blob: 61fa255f1753b7bf28d61870e9fc6b03ecb1ad34 (
plain
)
1
2
3
4
5
6
7
8
9
10
#include "game.h" Game::Game() { } Game::~Game() { }